home *** CD-ROM | disk | FTP | other *** search
- Resources can be included from other files using the 'include' statement.
- This command includes all resources from the specified file into the output
- file.
- INCLUDE filename;
- e.g.: INCLUDE "FILE" ;
- Addtionally a single resource can be included from a file. using this syntax:
- INCLUDE RESOURCE 'INIT' (128, sysheap, locked) "FILE";
- The above command loads from the file "FILE" the single resource of type
- 'INIT' of ID 128. The resource attributes are set as specified.
-